miml setup.tex (625B)
1 \begin{tikzpicture}[node distance=1mm] 2 \node[align=center] (e) {entity\\pair}; 3 4 \node[right=15mm of e] (rd) {\strut\(\ldots\)}; 5 \node[above=of rd] (r1) {\strut\(r_1\)}; 6 \node[below=of rd] (rm) {\strut\(r_m\)}; 7 8 \node[left=15mm of e] (id) {\strut\(\ldots\)}; 9 \node[above=of id] (i2) {\strut\(i_2\)}; 10 \node[above=of i2] (i1) {\strut\(i_1\)}; 11 \node[below=of id] (in) {\strut\(i_n\)}; 12 13 \draw[arrow] (e) -- (r1); 14 \draw[arrow] (e) -- (i1); 15 \draw[arrow] (e) -- (i2); 16 \draw[arrow] (e) -- (rm) node[sloped, midway, below] {linked by}; 17 \draw[arrow] (e) -- (in) node[sloped, midway, below] {appears in}; 18 \end{tikzpicture}